Bump the development-dependencies group across 1 directory with 4 updates - #21
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the development-dependencies group across 1 directory with 4 updates#21dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the development-dependencies group with 4 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [httpx2](https://github.com/pydantic/httpx2), [ty](https://github.com/astral-sh/ty) and [anyio](https://github.com/agronholm/anyio). Updates `ruff` from 0.15.20 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.16.3) Updates `httpx2` from 2.5.0 to 2.10.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.5.0...v2.10.0) Updates `ty` from 0.0.55 to 0.0.71 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.55...0.0.71) Updates `anyio` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.14.1...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: httpx2 dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ty dependency-version: 0.0.65 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/development-dependencies-f09fa38215
branch
from
August 17, 2026 18:13
6ec0322 to
f671637
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the development-dependencies group with 4 updates in the / directory: ruff, httpx2, ty and anyio.
Updates
rufffrom 0.15.20 to 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)Updates
httpx2from 2.5.0 to 2.10.0Release notes
Sourced from httpx2's releases.
... (truncated)
Changelog
Sourced from httpx2's changelog.
... (truncated)
Commits
a966320Version 2.10.0 (#1129)dee1d1aReturnstr | Noneinstead ofAnyfromHeaders.get(#1121)dec24adUsehttpx2-jsfetchon Emscripten (#1119)454b8b2Ignore unsolicited and duplicate Pong frames (#1122)cbfc0e0Improve SSE chunk buffering performance (#1117)ad141d8Refactor SSE parser coordination (#1118)e0b0124Make_clientdepend on the_transportspackage instead of its submodules ...e52f963Skip dependencies not needed on Emscripten (#1114)5d9eedcAddmax_event_sizeto cap SSE event buffering (#1071)55fad71Bump the python-packages group across 1 directory with 15 updates (#1112)Updates
tyfrom 0.0.55 to 0.0.71Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
683e223Bump version to 0.0.71 (#4244)ede66b4Document unsound-yield in the migration guide (#4239)4c3d909Validate the PGO pipeline in CI (#4236)df9bad1Enable PGO for Linux ARM64 ty releases (#4218)0ed874cEnable PGO for Windows x86-64 ty releases (#4217)8988165Enable PGO for macOS ARM64 ty releases (#4216)c25c341Enable PGO for Linux x86-64 ty releases (#4213)d95445fUse Depot runners for release builds (#4224)c2932e1Use an eight-core Ubuntu 24.04 runner for prek CI (#4235)bf8c9f3Bump version to 0.0.70 (#4228)Updates
anyiofrom 4.14.1 to 4.14.2Release notes
Sourced from anyio's releases.
Commits
c384f99Bumped up the versiondbba29dFixed 100% CPU spin on cancel scope misuse (#1217)6bbc6c3Fix CapacityLimiter over-granting tokens on asyncio (#1172)6f82b25Refactored TestTLSStream.test_receive_invalid_max_bytes() to be less flakybe24b04Relaxed timeouts to fix test flakiness8113506Fix test flakiness caused by slow callback duration logging1e988b6Fixed CapacityLimiter raising trio.WouldBlock instead of anyio.WouldBlock (#1...44713f3Pin setup-uv to a commit sha across downstream jobs (#1213)f1b7301Fixed stderr writes in a worker subprocess causing a deadlock (#1207)212be93Fix flaky test_tcp_listener_same_port using a hardcoded port (#1206)